add allow-none annotation to gtk_clipboard_set_can_store's targets parameter
authorJohn (J5) Palmieri <johnp@redhat.com>
Mon, 7 Jun 2010 17:15:27 +0000 (13:15 -0400)
committerJohn (J5) Palmieri <johnp@redhat.com>
Mon, 7 Jun 2010 17:15:27 +0000 (13:15 -0400)
gtk/gtkclipboard.c

index ddfc709d54230189b2297719d9f2c2eb60b2d732..7e3c7ac506b3e7895e79a0dc2e310fda89703e78 100644 (file)
@@ -1927,8 +1927,9 @@ gtk_clipboard_store_timeout (GtkClipboard *clipboard)
 /**
  * gtk_clipboard_set_can_store:
  * @clipboard: a #GtkClipboard
- * @targets: array containing information about which forms should be stored
- *           or %NULL to indicate that all forms should be stored.
+ * @targets: (allow-none): array containing information about which forms 
+ *           should be stored or %NULL to indicate that all forms should 
+ *           be stored.
  * @n_targets: number of elements in @targets
  *
  * Hints that the clipboard data should be stored somewhere when the